Html Css Color HEX #04742B Crusoe

📋 copy color: '#04742B'

red 4 ◦ green 116 ◦ blue 43

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

Shades of Crusoe #04742B

Tints of Crusoe #04742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 71.17%

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

R = 2.45%
G = 71.17%
B = 26.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#04742B (or 0x04742B) is known color: Crusoe. HEX triplet: 04, 74 and 2B. RGB value is (4,116,43). Sum of RGB (Red+Green+Blue) = 4+116+43=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 116 (45.70% from 255 or 71.17% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 116 - color contains mainly: green. Hex color #04742B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04742B is #FB8BD4. Grayscale: #4A4A4A. Windows color (decimal): -16485333 or 2847748. OLE color: 2847748.

HSL color Cylindrical-coordinate representation of color #04742B: hue angle of 140.89º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04742B is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 116 43 -
CMYK 0.97 0 0.63 0.55
HSL 140.89º 0.93% 0.24% -
HSV(B) 140.89º 0.97% 0.45% -
XYZ 6.73 12.69 4.38 -
YUV 74.19 110.39 77.94 -
System Red Green Blue C M Y K H S L
Decimal 4 116 43 0.97 0 0.63 0.55 140.89 0.93 0.24
Hex 4 74 2B 61 0 3F 37 8D 5D 18
Octal 4 164 53 141 0 77 67 215 135 30
Binary 100 1110100 101011 1100001 0 111111 110111 10001101 1011101 11000

Color Harmonies of #04742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04742B

Black with #04742B

Text Example


Text Example

White with #04742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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