Html Css Color HEX #04541A Crusoe

📋 copy color: '#04541A'

red 4 ◦ green 84 ◦ blue 26

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

Shades of Crusoe #04541A

Tints of Crusoe #04541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 73.68%

 BLUE value IS 26 (10.55% from 255) = 22.81%

R = 3.51%
G = 73.68%
B = 22.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#04541A (or 0x04541A) is known color: Crusoe. HEX triplet: 04, 54 and 1A. RGB value is (4,84,26). Sum of RGB (Red+Green+Blue) = 4+84+26=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #04541A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04541A is #FBABE5. Grayscale: #353535. Windows color (decimal): -16493542 or 1725444. OLE color: 1725444.

HSL color Cylindrical-coordinate representation of color #04541A: hue angle of 136.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04541A is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 84 26 -
CMYK 0.95 0 0.69 0.67
HSL 136.5º 0.91% 0.17% -
HSV(B) 136.5º 0.95% 0.33% -
XYZ 3.41 6.44 2.04 -
YUV 53.47 112.5 92.72 -
System Red Green Blue C M Y K H S L
Decimal 4 84 26 0.95 0 0.69 0.67 136.5 0.91 0.17
Hex 4 54 1A 5F 0 45 43 88 5B 11
Octal 4 124 32 137 0 105 103 210 133 21
Binary 100 1010100 11010 1011111 0 1000101 1000011 10001000 1011011 10001

Color Harmonies of #04541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04541A

Black with #04541A

Text Example


Text Example

White with #04541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,84,26); }

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

background-color css

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

 a { background-color: rgb(4,84,26); }

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

border-color css

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

 span { border-color: rgb(4,84,26); }

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