Html Css Color HEX #38460E Turtle Green

📋 copy color: '#38460E'

red 56 ◦ green 70 ◦ blue 14

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

Shades of Turtle Green #38460E

Tints of Turtle Green #38460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 50%

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

R = 40%
G = 50%
B = 10%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#38460E (or 0x38460E) is known color: Turtle Green. HEX triplet: 38, 46 and 0E. RGB value is (56,70,14). Sum of RGB (Red+Green+Blue) = 56+70+14=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #38460E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38460E is #C7B9F1. Grayscale: #3B3B3B. Windows color (decimal): -13089266 or 935480. OLE color: 935480.

HSL color Cylindrical-coordinate representation of color #38460E: hue angle of 75º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38460E is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 70 14 -
CMYK 0.20 0 0.80 0.73
HSL 75º 0.67% 0.16% -
HSV(B) 75º 0.8% 0.27% -
XYZ 3.9 5.25 1.22 -
YUV 59.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 56 70 14 0.20 0 0.80 0.73 75 0.67 0.16
Hex 38 46 E 14 0 50 49 4B 43 10
Octal 70 106 16 24 0 120 111 113 103 20
Binary 111000 1000110 1110 10100 0 1010000 1001001 1001011 1000011 10000

Color Harmonies of #38460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38460E

Black with #38460E

Text Example


Text Example

White with #38460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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