Html Css Color HEX #04742A Crusoe

📋 copy color: '#04742A'

red 4 ◦ green 116 ◦ blue 42

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

Shades of Crusoe #04742A

Tints of Crusoe #04742A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.93%

R = 2.47%
G = 71.6%
B = 25.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#04742A (or 0x04742A) is known color: Crusoe. HEX triplet: 04, 74 and 2A. RGB value is (4,116,42). Sum of RGB (Red+Green+Blue) = 4+116+42=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 116 (45.70% from 255 or 71.60% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 116 - color contains mainly: green. Hex color #04742A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04742A is #FB8BD5. Grayscale: #4A4A4A. Windows color (decimal): -16485334 or 2782212. OLE color: 2782212.

HSL color Cylindrical-coordinate representation of color #04742A: hue angle of 140.36º 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 #04742A is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 116 42 -
CMYK 0.97 0 0.64 0.55
HSL 140.36º 0.93% 0.24% -
HSV(B) 140.36º 0.97% 0.45% -
XYZ 6.71 12.68 4.28 -
YUV 74.08 109.89 78.02 -
System Red Green Blue C M Y K H S L
Decimal 4 116 42 0.97 0 0.64 0.55 140.36 0.93 0.24
Hex 4 74 2A 61 0 40 37 8C 5D 18
Octal 4 164 52 141 0 100 67 214 135 30
Binary 100 1110100 101010 1100001 0 1000000 110111 10001100 1011101 11000

Color Harmonies of #04742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04742A

Black with #04742A

Text Example


Text Example

White with #04742A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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