Html Css Color HEX #38443F Te Papa Green

📋 copy color: '#38443F'

red 56 ◦ green 68 ◦ blue 63

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

Shades of Te Papa Green #38443F

Tints of Te Papa Green #38443F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

 BLUE value IS 63 (25% from 255) = 33.69%

R = 29.95%
G = 36.36%
B = 33.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#38443F (or 0x38443F) is known color: Te Papa Green. HEX triplet: 38, 44 and 3F. RGB value is (56,68,63). Sum of RGB (Red+Green+Blue) = 56+68+63=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 68 - color contains mainly: green. Hex color #38443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38443F is #C7BBC0. Grayscale: #3F3F3F. Windows color (decimal): -13089729 or 4146232. OLE color: 4146232.

HSL color Cylindrical-coordinate representation of color #38443F: hue angle of 155º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #38443F is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 63 -
CMYK 0.18 0 0.07 0.73
HSL 155º 0.1% 0.24% -
HSV(B) 155º 0.18% 0.27% -
XYZ 4.6 5.33 5.49 -
YUV 63.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 56 68 63 0.18 0 0.07 0.73 155 0.1 0.24
Hex 38 44 3F 12 0 7 49 9B A 18
Octal 70 104 77 22 0 7 111 233 12 30
Binary 111000 1000100 111111 10010 0 111 1001001 10011011 1010 11000

Color Harmonies of #38443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38443F

Black with #38443F

Text Example


Text Example

White with #38443F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38443F; }

 p { color: rgb(56,68,63); }

 H1.HeaderClassName
 {
   color: #38443F;
 }
 .AnyTagClassName
 {
   color: #38443F;
 }
</style>

background-color css

<style>
 a { background-color: #38443F; }

 a { background-color: rgb(56,68,63); }

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

border-color css

<style>
 span { border-color: #38443F; }

 span { border-color: rgb(56,68,63); }

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