Html Css Color HEX #03641E Crusoe

📋 copy color: '#03641E'

red 3 ◦ green 100 ◦ blue 30

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

Shades of Crusoe #03641E

Tints of Crusoe #03641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.56%

R = 2.26%
G = 75.19%
B = 22.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#03641E (or 0x03641E) is known color: Crusoe. HEX triplet: 03, 64 and 1E. RGB value is (3,100,30). Sum of RGB (Red+Green+Blue) = 3+100+30=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 100 (39.45% from 255 or 75.19% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 100 - color contains mainly: green. Hex color #03641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03641E is #FC9BE1. Grayscale: #3F3F3F. Windows color (decimal): -16554978 or 1991683. OLE color: 1991683.

HSL color Cylindrical-coordinate representation of color #03641E: hue angle of 136.7º 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 #03641E is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 100 30 -
CMYK 0.97 0 0.70 0.61
HSL 136.7º 0.94% 0.2% -
HSV(B) 136.7º 0.97% 0.39% -
XYZ 4.83 9.23 2.75 -
YUV 63.02 109.36 85.19 -
System Red Green Blue C M Y K H S L
Decimal 3 100 30 0.97 0 0.70 0.61 136.7 0.94 0.2
Hex 3 64 1E 61 0 46 3D 89 5E 14
Octal 3 144 36 141 0 106 75 211 136 24
Binary 11 1100100 11110 1100001 0 1000110 111101 10001001 1011110 10100

Color Harmonies of #03641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03641E

Black with #03641E

Text Example


Text Example

White with #03641E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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