Html Css Color HEX #04692F Crusoe

📋 copy color: '#04692F'

red 4 ◦ green 105 ◦ blue 47

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

Shades of Crusoe #04692F

Tints of Crusoe #04692F

RGB

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

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

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

R = 2.56%
G = 67.31%
B = 30.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#04692F (or 0x04692F) is known color: Crusoe. HEX triplet: 04, 69 and 2F. RGB value is (4,105,47). Sum of RGB (Red+Green+Blue) = 4+105+47=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 105 (41.41% from 255 or 67.31% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 105 - color contains mainly: green. Hex color #04692F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04692F is #FB96D0. Grayscale: #444444. Windows color (decimal): -16488145 or 3107076. OLE color: 3107076.

HSL color Cylindrical-coordinate representation of color #04692F: hue angle of 145.54º 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 #04692F is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 105 47 -
CMYK 0.96 0 0.55 0.59
HSL 145.54º 0.93% 0.21% -
HSV(B) 145.54º 0.96% 0.41% -
XYZ 5.61 10.33 4.39 -
YUV 68.19 116.04 82.22 -
System Red Green Blue C M Y K H S L
Decimal 4 105 47 0.96 0 0.55 0.59 145.54 0.93 0.21
Hex 4 69 2F 60 0 37 3B 92 5D 15
Octal 4 151 57 140 0 67 73 222 135 25
Binary 100 1101001 101111 1100000 0 110111 111011 10010010 1011101 10101

Color Harmonies of #04692F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04692F

Black with #04692F

Text Example


Text Example

White with #04692F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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