Html Css Color HEX #384A0A Turtle Green

📋 copy color: '#384A0A'

red 56 ◦ green 74 ◦ blue 10

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

Shades of Turtle Green #384A0A

Tints of Turtle Green #384A0A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 52.86%

 BLUE value IS 10 (4.3% from 255) = 7.14%

R = 40%
G = 52.86%
B = 7.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#384A0A (or 0x384A0A) is known color: Turtle Green. HEX triplet: 38, 4A and 0A. RGB value is (56,74,10). Sum of RGB (Red+Green+Blue) = 56+74+10=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 74 (29.30% from 255 or 52.86% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 74 - color contains mainly: green. Hex color #384A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384A0A is #C7B5F5. Grayscale: #3D3D3D. Windows color (decimal): -13088246 or 674360. OLE color: 674360.

HSL color Cylindrical-coordinate representation of color #384A0A: hue angle of 76.88º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #384A0A is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 74 10 -
CMYK 0.24 0 0.86 0.71
HSL 76.88º 0.76% 0.16% -
HSV(B) 76.88º 0.86% 0.29% -
XYZ 4.13 5.76 1.18 -
YUV 61.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 56 74 10 0.24 0 0.86 0.71 76.88 0.76 0.16
Hex 38 4A A 18 0 56 47 4D 4C 10
Octal 70 112 12 30 0 126 107 115 114 20
Binary 111000 1001010 1010 11000 0 1010110 1000111 1001101 1001100 10000

Color Harmonies of #384A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A0A

Black with #384A0A

Text Example


Text Example

White with #384A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384A0A; }

 p { color: rgb(56,74,10); }

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

background-color css

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

 a { background-color: rgb(56,74,10); }

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

border-color css

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

 span { border-color: rgb(56,74,10); }

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