Html Css Color HEX #384004 Turtle Green

📋 copy color: '#384004'

red 56 ◦ green 64 ◦ blue 4

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

Shades of Turtle Green #384004

Tints of Turtle Green #384004

RGB

 RED value IS 56 (22.27% from 255) = 45.16%

 GREEN value IS 64 (25.39% from 255) = 51.61%

 BLUE value IS 4 (1.95% from 255) = 3.23%

R = 45.16%
G = 51.61%
B = 3.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#384004 (or 0x384004) is known color: Turtle Green. HEX triplet: 38, 40 and 04. RGB value is (56,64,4). Sum of RGB (Red+Green+Blue) = 56+64+4=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #384004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384004 is #C7BFFB. Grayscale: #373737. Windows color (decimal): -13090812 or 278584. OLE color: 278584.

HSL color Cylindrical-coordinate representation of color #384004: hue angle of 68º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #384004 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 4 -
CMYK 0.13 0 0.94 0.75
HSL 68º 0.88% 0.13% -
HSV(B) 68º 0.94% 0.25% -
XYZ 3.49 4.52 0.8 -
YUV 54.77 99.35 128.88 -
System Red Green Blue C M Y K H S L
Decimal 56 64 4 0.13 0 0.94 0.75 68 0.88 0.13
Hex 38 40 4 D 0 5E 4B 44 58 D
Octal 70 100 4 15 0 136 113 104 130 15
Binary 111000 1000000 100 1101 0 1011110 1001011 1000100 1011000 1101

Color Harmonies of #384004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384004

Black with #384004

Text Example


Text Example

White with #384004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384004; }

 p { color: rgb(56,64,4); }

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

background-color css

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

 a { background-color: rgb(56,64,4); }

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

border-color css

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

 span { border-color: rgb(56,64,4); }

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