Html Css Color HEX #38390B Turtle Green

📋 copy color: '#38390B'

red 56 ◦ green 57 ◦ blue 11

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

Shades of Turtle Green #38390B

Tints of Turtle Green #38390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.87%

R = 45.16%
G = 45.97%
B = 8.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.78

RGB Variations

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

Color information

#38390B (or 0x38390B) is known color: Turtle Green. HEX triplet: 38, 39 and 0B. RGB value is (56,57,11). Sum of RGB (Red+Green+Blue) = 56+57+11=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #38390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38390B is #C7C6F4. Grayscale: #333333. Windows color (decimal): -13092597 or 735544. OLE color: 735544.

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

Color convert

RGB 56 57 11 -
CMYK 0.02 0 0.81 0.78
HSL 61.3º 0.68% 0.13% -
HSV(B) 61.3º 0.81% 0.22% -
XYZ 3.15 3.79 0.88 -
YUV 51.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 56 57 11 0.02 0 0.81 0.78 61.3 0.68 0.13
Hex 38 39 B 2 0 51 4E 3D 44 D
Octal 70 71 13 2 0 121 116 75 104 15
Binary 111000 111001 1011 10 0 1010001 1001110 111101 1000100 1101

Color Harmonies of #38390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38390B

Black with #38390B

Text Example


Text Example

White with #38390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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