Html Css Color HEX #004B08 Myrtle

📋 copy color: '#004B08'

red 0 ◦ green 75 ◦ blue 8

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

Shades of Myrtle #004B08

Tints of Myrtle #004B08

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 75 (29.69% from 255) = 90.36%

 BLUE value IS 8 (3.52% from 255) = 9.64%

R = 0%
G = 90.36%
B = 9.64%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#004B08 (or 0x004B08) is known color: Myrtle. HEX triplet: 00, 4B and 08. RGB value is (0,75,8). Sum of RGB (Red+Green+Blue) = 0+75+8=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 75 (29.69% from 255 or 90.36% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 75 - color contains mainly: green. Hex color #004B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004B08 is #FFB4F7. Grayscale: #2D2D2D. Windows color (decimal): -16758008 or 543488. OLE color: 543488.

HSL color Cylindrical-coordinate representation of color #004B08: hue angle of 126.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B08 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 75 8 -
CMYK 1 0 0.89 0.71
HSL 126.4º 1% 0.15% -
HSV(B) 126.4º 1% 0.29% -
XYZ 2.56 5.05 1.07 -
YUV 44.94 107.15 95.95 -
System Red Green Blue C M Y K H S L
Decimal 0 75 8 1 0 0.89 0.71 126.4 1 0.15
Hex 0 4B 8 64 0 59 47 7E 64 F
Octal 0 113 10 144 0 131 107 176 144 17
Binary 0 1001011 1000 1100100 0 1011001 1000111 1111110 1100100 1111

Color Harmonies of #004B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004B08

Black with #004B08

Text Example


Text Example

White with #004B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004B08; }

 p { color: rgb(0,75,8); }

 H1.HeaderClassName
 {
   color: #004B08;
 }
 .AnyTagClassName
 {
   color: #004B08;
 }
</style>

background-color css

<style>
 a { background-color: #004B08; }

 a { background-color: rgb(0,75,8); }

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

border-color css

<style>
 span { border-color: #004B08; }

 span { border-color: rgb(0,75,8); }

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