Html Css Color HEX #384D12 Turtle Green

📋 copy color: '#384D12'

red 56 ◦ green 77 ◦ blue 18

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

Shades of Turtle Green #384D12

Tints of Turtle Green #384D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 50.99%

 BLUE value IS 18 (7.42% from 255) = 11.92%

R = 37.09%
G = 50.99%
B = 11.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#384D12 (or 0x384D12) is known color: Turtle Green. HEX triplet: 38, 4D and 12. RGB value is (56,77,18). Sum of RGB (Red+Green+Blue) = 56+77+18=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #384D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D12 is #C7B2ED. Grayscale: #404040. Windows color (decimal): -13087470 or 1199416. OLE color: 1199416.

HSL color Cylindrical-coordinate representation of color #384D12: hue angle of 81.36º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #384D12 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 77 18 -
CMYK 0.27 0 0.77 0.70
HSL 81.36º 0.62% 0.19% -
HSV(B) 81.36º 0.77% 0.3% -
XYZ 4.39 6.19 1.54 -
YUV 64 102.04 122.3 -
System Red Green Blue C M Y K H S L
Decimal 56 77 18 0.27 0 0.77 0.70 81.36 0.62 0.19
Hex 38 4D 12 1B 0 4D 46 51 3E 13
Octal 70 115 22 33 0 115 106 121 76 23
Binary 111000 1001101 10010 11011 0 1001101 1000110 1010001 111110 10011

Color Harmonies of #384D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D12

Black with #384D12

Text Example


Text Example

White with #384D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,77,18); }

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

background-color css

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

 a { background-color: rgb(56,77,18); }

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

border-color css

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

 span { border-color: rgb(56,77,18); }

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