Html Css Color HEX #03651D Crusoe

📋 copy color: '#03651D'

red 3 ◦ green 101 ◦ blue 29

#03651D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #03651D

Tints of Crusoe #03651D

RGB

 RED value IS 3 (1.56% from 255) = 2.26%

 GREEN value IS 101 (39.84% from 255) = 75.94%

 BLUE value IS 29 (11.72% from 255) = 21.8%

R = 2.26%
G = 75.94%
B = 21.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.71

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#03651D (or 0x03651D) is known color: Crusoe. HEX triplet: 03, 65 and 1D. RGB value is (3,101,29). Sum of RGB (Red+Green+Blue) = 3+101+29=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 101 (39.84% from 255 or 75.94% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 101 - color contains mainly: green. Hex color #03651D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03651D is #FC9AE2. Grayscale: #3F3F3F. Windows color (decimal): -16554723 or 1926403. OLE color: 1926403.

HSL color Cylindrical-coordinate representation of color #03651D: hue angle of 135.92º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03651D is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 101 29 -
CMYK 0.97 0 0.71 0.60
HSL 135.92º 0.94% 0.2% -
HSV(B) 135.92º 0.97% 0.4% -
XYZ 4.91 9.42 2.72 -
YUV 63.49 108.53 84.85 -
System Red Green Blue C M Y K H S L
Decimal 3 101 29 0.97 0 0.71 0.60 135.92 0.94 0.2
Hex 3 65 1D 61 0 47 3C 88 5E 14
Octal 3 145 35 141 0 107 74 210 136 24
Binary 11 1100101 11101 1100001 0 1000111 111100 10001000 1011110 10100

Color Harmonies of #03651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03651D

Black with #03651D

Text Example


Text Example

White with #03651D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03651D; }

 p { color: rgb(3,101,29); }

 H1.HeaderClassName
 {
   color: #03651D;
 }
 .AnyTagClassName
 {
   color: #03651D;
 }
</style>

background-color css

<style>
 a { background-color: #03651D; }

 a { background-color: rgb(3,101,29); }

 div.DivClassName
 {
   background-color: #03651D;
 }
 .BgClassName
 {
   background-color: #03651D;
 }
</style>

border-color css

<style>
 span { border-color: #03651D; }

 span { border-color: rgb(3,101,29); }

 td.TdClassName
 {
   border-color: #03651D;
 }
 .TagClassName
 {
   border-color: #03651D;
 }
</style>