Html Css Color HEX #03662F Crusoe

📋 copy color: '#03662F'

red 3 ◦ green 102 ◦ blue 47

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

Shades of Crusoe #03662F

Tints of Crusoe #03662F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 67.11%

 BLUE value IS 47 (18.75% from 255) = 30.92%

R = 1.97%
G = 67.11%
B = 30.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#03662F (or 0x03662F) is known color: Crusoe. HEX triplet: 03, 66 and 2F. RGB value is (3,102,47). Sum of RGB (Red+Green+Blue) = 3+102+47=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 102 (40.23% from 255 or 67.11% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 102 - color contains mainly: green. Hex color #03662F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03662F is #FC99D0. Grayscale: #424242. Windows color (decimal): -16554449 or 3106307. OLE color: 3106307.

HSL color Cylindrical-coordinate representation of color #03662F: hue angle of 146.67º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03662F is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 102 47 -
CMYK 0.97 0 0.54 0.6
HSL 146.67º 0.94% 0.21% -
HSV(B) 146.67º 0.97% 0.4% -
XYZ 5.3 9.73 4.29 -
YUV 66.13 117.2 82.97 -
System Red Green Blue C M Y K H S L
Decimal 3 102 47 0.97 0 0.54 0.6 146.67 0.94 0.21
Hex 3 66 2F 61 0 36 3C 93 5E 15
Octal 3 146 57 141 0 66 74 223 136 25
Binary 11 1100110 101111 1100001 0 110110 111100 10010011 1011110 10101

Color Harmonies of #03662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03662F

Black with #03662F

Text Example


Text Example

White with #03662F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03662F; }

 p { color: rgb(3,102,47); }

 H1.HeaderClassName
 {
   color: #03662F;
 }
 .AnyTagClassName
 {
   color: #03662F;
 }
</style>

background-color css

<style>
 a { background-color: #03662F; }

 a { background-color: rgb(3,102,47); }

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

border-color css

<style>
 span { border-color: #03662F; }

 span { border-color: rgb(3,102,47); }

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