Html Css Color HEX #03641C Crusoe

📋 copy color: '#03641C'

red 3 ◦ green 100 ◦ blue 28

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

Shades of Crusoe #03641C

Tints of Crusoe #03641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 76.34%

 BLUE value IS 28 (11.33% from 255) = 21.37%

R = 2.29%
G = 76.34%
B = 21.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#03641C (or 0x03641C) is known color: Crusoe. HEX triplet: 03, 64 and 1C. RGB value is (3,100,28). Sum of RGB (Red+Green+Blue) = 3+100+28=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 100 (39.45% from 255 or 76.34% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 100 - color contains mainly: green. Hex color #03641C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03641C is #FC9BE3. Grayscale: #3E3E3E. Windows color (decimal): -16554980 or 1860611. OLE color: 1860611.

HSL color Cylindrical-coordinate representation of color #03641C: hue angle of 135.46º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03641C is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 100 28 -
CMYK 0.97 0 0.72 0.61
HSL 135.46º 0.94% 0.2% -
HSV(B) 135.46º 0.97% 0.39% -
XYZ 4.8 9.22 2.62 -
YUV 62.79 108.36 85.35 -
System Red Green Blue C M Y K H S L
Decimal 3 100 28 0.97 0 0.72 0.61 135.46 0.94 0.2
Hex 3 64 1C 61 0 48 3D 87 5E 14
Octal 3 144 34 141 0 110 75 207 136 24
Binary 11 1100100 11100 1100001 0 1001000 111101 10000111 1011110 10100

Color Harmonies of #03641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03641C

Black with #03641C

Text Example


Text Example

White with #03641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03641C; }

 p { color: rgb(3,100,28); }

 H1.HeaderClassName
 {
   color: #03641C;
 }
 .AnyTagClassName
 {
   color: #03641C;
 }
</style>

background-color css

<style>
 a { background-color: #03641C; }

 a { background-color: rgb(3,100,28); }

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

border-color css

<style>
 span { border-color: #03641C; }

 span { border-color: rgb(3,100,28); }

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