Html Css Color HEX #04692B Crusoe

📋 copy color: '#04692B'

red 4 ◦ green 105 ◦ blue 43

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

Shades of Crusoe #04692B

Tints of Crusoe #04692B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.29%

R = 2.63%
G = 69.08%
B = 28.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#04692B (or 0x04692B) is known color: Crusoe. HEX triplet: 04, 69 and 2B. RGB value is (4,105,43). Sum of RGB (Red+Green+Blue) = 4+105+43=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #04692B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04692B is #FB96D4. Grayscale: #434343. Windows color (decimal): -16488149 or 2844932. OLE color: 2844932.

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

Color convert

RGB 4 105 43 -
CMYK 0.96 0 0.59 0.59
HSL 143.17º 0.93% 0.21% -
HSV(B) 143.17º 0.96% 0.41% -
XYZ 5.54 10.3 3.98 -
YUV 67.73 114.04 82.54 -
System Red Green Blue C M Y K H S L
Decimal 4 105 43 0.96 0 0.59 0.59 143.17 0.93 0.21
Hex 4 69 2B 60 0 3B 3B 8F 5D 15
Octal 4 151 53 140 0 73 73 217 135 25
Binary 100 1101001 101011 1100000 0 111011 111011 10001111 1011101 10101

Color Harmonies of #04692B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04692B

Black with #04692B

Text Example


Text Example

White with #04692B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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