Html Css Color HEX #38390E Turtle Green

📋 copy color: '#38390E'

red 56 ◦ green 57 ◦ blue 14

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

Shades of Turtle Green #38390E

Tints of Turtle Green #38390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.88%

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

R = 44.09%
G = 44.88%
B = 11.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#38390E (or 0x38390E) is known color: Turtle Green. HEX triplet: 38, 39 and 0E. RGB value is (56,57,14). Sum of RGB (Red+Green+Blue) = 56+57+14=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 57 - color contains mainly: green. Hex color #38390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38390E is #C7C6F1. Grayscale: #333333. Windows color (decimal): -13092594 or 932152. OLE color: 932152.

HSL color Cylindrical-coordinate representation of color #38390E: hue angle of 61.4º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38390E is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 57 14 -
CMYK 0.02 0 0.75 0.78
HSL 61.4º 0.61% 0.14% -
HSV(B) 61.4º 0.75% 0.22% -
XYZ 3.17 3.8 0.98 -
YUV 51.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 56 57 14 0.02 0 0.75 0.78 61.4 0.61 0.14
Hex 38 39 E 2 0 4B 4E 3D 3D E
Octal 70 71 16 2 0 113 116 75 75 16
Binary 111000 111001 1110 10 0 1001011 1001110 111101 111101 1110

Color Harmonies of #38390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38390E

Black with #38390E

Text Example


Text Example

White with #38390E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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