Html Css Color HEX #38400E Turtle Green

📋 copy color: '#38400E'

red 56 ◦ green 64 ◦ blue 14

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

Shades of Turtle Green #38400E

Tints of Turtle Green #38400E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.45%

R = 41.79%
G = 47.76%
B = 10.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#38400E (or 0x38400E) is known color: Turtle Green. HEX triplet: 38, 40 and 0E. RGB value is (56,64,14). Sum of RGB (Red+Green+Blue) = 56+64+14=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #38400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38400E is #C7BFF1. Grayscale: #383838. Windows color (decimal): -13090802 or 933944. OLE color: 933944.

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

Color convert

RGB 56 64 14 -
CMYK 0.13 0 0.78 0.75
HSL 69.6º 0.64% 0.15% -
HSV(B) 69.6º 0.78% 0.25% -
XYZ 3.54 4.54 1.1 -
YUV 55.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 56 64 14 0.13 0 0.78 0.75 69.6 0.64 0.15
Hex 38 40 E D 0 4E 4B 46 40 F
Octal 70 100 16 15 0 116 113 106 100 17
Binary 111000 1000000 1110 1101 0 1001110 1001011 1000110 1000000 1111

Color Harmonies of #38400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38400E

Black with #38400E

Text Example


Text Example

White with #38400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38400E; }

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

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

background-color css

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

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

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

border-color css

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

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

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