Html Css Color HEX #04692E Crusoe

📋 copy color: '#04692E'

red 4 ◦ green 105 ◦ blue 46

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

Shades of Crusoe #04692E

Tints of Crusoe #04692E

RGB

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

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

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

R = 2.58%
G = 67.74%
B = 29.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#04692E (or 0x04692E) is known color: Crusoe. HEX triplet: 04, 69 and 2E. RGB value is (4,105,46). Sum of RGB (Red+Green+Blue) = 4+105+46=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 105 (41.41% from 255 or 67.74% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 105 - color contains mainly: green. Hex color #04692E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04692E is #FB96D1. Grayscale: #444444. Windows color (decimal): -16488146 or 3041540. OLE color: 3041540.

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

Color convert

RGB 4 105 46 -
CMYK 0.96 0 0.56 0.59
HSL 144.95º 0.93% 0.21% -
HSV(B) 144.95º 0.96% 0.41% -
XYZ 5.59 10.33 4.28 -
YUV 68.08 115.54 82.3 -
System Red Green Blue C M Y K H S L
Decimal 4 105 46 0.96 0 0.56 0.59 144.95 0.93 0.21
Hex 4 69 2E 60 0 38 3B 91 5D 15
Octal 4 151 56 140 0 70 73 221 135 25
Binary 100 1101001 101110 1100000 0 111000 111011 10010001 1011101 10101

Color Harmonies of #04692E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04692E

Black with #04692E

Text Example


Text Example

White with #04692E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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