Html Css Color HEX #03692E Crusoe

📋 copy color: '#03692E'

red 3 ◦ green 105 ◦ blue 46

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

Shades of Crusoe #03692E

Tints of Crusoe #03692E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 68.18%

 BLUE value IS 46 (18.36% from 255) = 29.87%

R = 1.95%
G = 68.18%
B = 29.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#03692E (or 0x03692E) is known color: Crusoe. HEX triplet: 03, 69 and 2E. RGB value is (3,105,46). Sum of RGB (Red+Green+Blue) = 3+105+46=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 105 (41.41% from 255 or 68.18% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 105 - color contains mainly: green. Hex color #03692E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03692E is #FC96D1. Grayscale: #434343. Windows color (decimal): -16553682 or 3041539. OLE color: 3041539.

HSL color Cylindrical-coordinate representation of color #03692E: hue angle of 145.29º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03692E is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 105 46 -
CMYK 0.97 0 0.56 0.59
HSL 145.29º 0.94% 0.21% -
HSV(B) 145.29º 0.97% 0.41% -
XYZ 5.58 10.32 4.28 -
YUV 67.78 115.71 81.8 -
System Red Green Blue C M Y K H S L
Decimal 3 105 46 0.97 0 0.56 0.59 145.29 0.94 0.21
Hex 3 69 2E 61 0 38 3B 91 5E 15
Octal 3 151 56 141 0 70 73 221 136 25
Binary 11 1101001 101110 1100001 0 111000 111011 10010001 1011110 10101

Color Harmonies of #03692E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03692E

Black with #03692E

Text Example


Text Example

White with #03692E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,105,46); }

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

background-color css

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

 a { background-color: rgb(3,105,46); }

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

border-color css

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

 span { border-color: rgb(3,105,46); }

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