Html Css Color HEX #04692C Crusoe

📋 copy color: '#04692C'

red 4 ◦ green 105 ◦ blue 44

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

Shades of Crusoe #04692C

Tints of Crusoe #04692C

RGB

 RED value IS 4 (1.95% from 255) = 2.61%

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

 BLUE value IS 44 (17.58% from 255) = 28.76%

R = 2.61%
G = 68.63%
B = 28.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#04692C (or 0x04692C) is known color: Crusoe. HEX triplet: 04, 69 and 2C. RGB value is (4,105,44). Sum of RGB (Red+Green+Blue) = 4+105+44=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 105 (41.41% from 255 or 68.63% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 105 - color contains mainly: green. Hex color #04692C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04692C is #FB96D3. Grayscale: #434343. Windows color (decimal): -16488148 or 2910468. OLE color: 2910468.

HSL color Cylindrical-coordinate representation of color #04692C: hue angle of 143.76º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04692C is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 105 44 -
CMYK 0.96 0 0.58 0.59
HSL 143.76º 0.93% 0.21% -
HSV(B) 143.76º 0.96% 0.41% -
XYZ 5.56 10.31 4.08 -
YUV 67.85 114.54 82.46 -
System Red Green Blue C M Y K H S L
Decimal 4 105 44 0.96 0 0.58 0.59 143.76 0.93 0.21
Hex 4 69 2C 60 0 3A 3B 90 5D 15
Octal 4 151 54 140 0 72 73 220 135 25
Binary 100 1101001 101100 1100000 0 111010 111011 10010000 1011101 10101

Color Harmonies of #04692C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04692C

Black with #04692C

Text Example


Text Example

White with #04692C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,105,44); }

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

background-color css

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

 a { background-color: rgb(4,105,44); }

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

border-color css

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

 span { border-color: rgb(4,105,44); }

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