Html Css Color HEX #384704 Turtle Green

📋 copy color: '#384704'

red 56 ◦ green 71 ◦ blue 4

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

Shades of Turtle Green #384704

Tints of Turtle Green #384704

RGB

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

 GREEN value IS 71 (28.13% from 255) = 54.2%

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

R = 42.75%
G = 54.2%
B = 3.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#384704 (or 0x384704) is known color: Turtle Green. HEX triplet: 38, 47 and 04. RGB value is (56,71,4). Sum of RGB (Red+Green+Blue) = 56+71+4=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #384704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384704 is #C7B8FB. Grayscale: #3B3B3B. Windows color (decimal): -13089020 or 280376. OLE color: 280376.

HSL color Cylindrical-coordinate representation of color #384704: hue angle of 73.43º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #384704 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 4 -
CMYK 0.21 0 0.94 0.72
HSL 73.43º 0.89% 0.15% -
HSV(B) 73.43º 0.94% 0.28% -
XYZ 3.91 5.36 0.94 -
YUV 58.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 56 71 4 0.21 0 0.94 0.72 73.43 0.89 0.15
Hex 38 47 4 15 0 5E 48 49 59 F
Octal 70 107 4 25 0 136 110 111 131 17
Binary 111000 1000111 100 10101 0 1011110 1001000 1001001 1011001 1111

Color Harmonies of #384704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384704

Black with #384704

Text Example


Text Example

White with #384704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384704; }

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

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

background-color css

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

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

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

border-color css

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

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

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